gdk: don't install gdkversionmacros.h twice
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 27 Feb 2012 16:45:12 +0000 (11:45 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 27 Feb 2012 16:45:12 +0000 (11:45 -0500)
Since it's generated, we install the header by putting it into
gdkinclude_HEADERS, so it's wrong to put it again into
gdk_public_h_sources.
This fixes the build.

gdk/Makefile.am

index 2557bda88c078b89e8f18894a309bbfedc507546..191d0b666c4ef019b3ca9966f78bea129d4485a8 100644 (file)
@@ -90,7 +90,6 @@ gdk_public_h_sources =                                \
        gdktestutils.h                          \
        gdkthreads.h                            \
        gdktypes.h                              \
-       gdkversionmacros.h                      \
        gdkvisual.h                             \
        gdkwindow.h
 
@@ -140,6 +139,7 @@ gdk_built_sources =                                 \
        gdkenumtypes.c                          \
        gdkmarshalers.h                         \
        gdkmarshalers.c                         \
+       gdkversionmacros.h                      \
        gdkenumtypes.h
 
 #